@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	/*background-image: url(../media/SSDC/SSDCMaster/Background/BackgroundGradient.jpg);*/ 
	background-color: #dcdcdc;
}

#header {
	padding: 0 10px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../media/SSDC/SSDCMaster/Header/bannerpixel.jpg);
	background-repeat: repeat-x;
	height: 108px;
} 

#headerContainer{
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:90%;
}
#divHeaderIcon {
	height:50px;
	float:left;
	padding-top:10px;
 	/*position:absolute;*/
	top:0;
}

#divHeaderText {
	float:left;
	margin-top:10px;
	margin-bottom:0px;
	padding-left:5px;
}

#divSearchBox #ContentPlaceHolderDefault_txtSearch {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	color: #0a434a;
	background: url('../media/SSDC/SSDCMaster/Header/searchbox_bkg.gif') no-repeat left top;
		width: 165px; /* width of text-display area */	
		padding: 3px 10px 3px 23px;
		font-size: 11px;
		height: 20px;
		float:left;
}

#divLogin {
	text-align:right;
	width:300px;
	margin-top:10px;
	float:right;
}

#divSearchBox {
	height:29px;
	float:right;
	margin-top: 10px;	
}

#headerLeftList {
	float:left;
	margin-top:22px;
}

#headerRightList {
	float:right;
	margin-top:12px;	
}

.headerLinks {
	color: white;
	text-decoration:none;
}

#imgFacebook {
	margin-right:30px;
}
#header ul {
	color:white;
	list-style-type:none;
	list-style:none;
	padding:0;
	margin:0;	
}

#header li {
	padding-right:15px;
	float:left;	
}

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: transparent none repeat scroll 0 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:5px;
	margin-bottom:5px;
} 

#footer {
	padding: 0 10px 0 20px;
	background-image: url(../media/SSDC/SSDCMaster/Footer/footerPixel.gif);
	background-repeat: repeat-x;
	height:283px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footerContainer{
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:90%;
}

.footerColumnHeading {
	width:320px;
	text-align:center;
	font-weight:900;
	float:left;
	padding-top:10px;	
}

.footerColumnContent {
	width:320px;
	text-align:center;
	float:left;
	padding-top:20px;
}

.footerColumn1Icon {
	float:left;
	text-align:right;
	width:30px;
	padding-left:75px;
	vertical-align:top;
}

.footerColumn1Text {
	float:left;
	width:150px;
	text-align:left;
	padding:5px 5px 5px 20px;
	vertical-align:middle;
}

#footerLeftList {
	float:left;
	margin-top:40px;
}

#footerRightList {
	float:right;
	margin-top:40px;	
}

#footer ul {
	color:white;
	list-style-type:none;
	list-style:none;
	padding:0;
	margin:0;	
}

#footer li {
	padding-right:15px;
	float:left;	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

